home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GRAPHICS / MPEGPLAY.SPK / !MPEG / !Help < prev    next >
Text File  |  1993-06-01  |  3KB  |  108 lines

  1. ====================
  2. !Help file for !MPEG
  3. ====================
  4.  
  5. Version 2.0.6  (01 Jun 1993)
  6.  
  7.  
  8. Based on the public domain player written by:
  9. Lawrence A. Rowe, Ketan Patel, and Brian Smith
  10. Computer Science Division-EECS, Univ. of California
  11. at Berkeley.
  12.  
  13.  
  14. Acorn port and additional RISCOS-specific
  15. support code and display routines by:
  16.  
  17. Paul LeBeau
  18. (plebeau@cix.compulink.co.uk)
  19. --------------------------------------------------
  20.  
  21. This software is FREEWARE.
  22. Permission for non-profit distribution of this
  23. software is granted, provided it is distributed
  24. "as is", without change.
  25.  
  26. Further information about (and the source for) the
  27. Berkeley player is available from the Berkeley
  28. FTP site listed below.
  29.  
  30.  
  31. Thanks are due to:
  32.    Roger Wilson at Acorn
  33.    Chris Marshall
  34.    Andrew Hersee
  35.  
  36.  
  37. If you find any bugs or have technical questions,
  38. then feel free to email me.  Use the email address
  39. above, or alternatively try mailing me at the
  40. following address:
  41.  
  42. c/- 4Mation
  43. 14 Castle Park Rd
  44. Barnstaple
  45. Devon
  46. EX32 8PA
  47. U.K.
  48.  
  49.  
  50.  
  51. ---------------------------------------------------
  52.  
  53. !MPEG Frequently Asked Question list {8-b
  54.  
  55.  
  56. (1) How do I make it work?
  57.  
  58.     1. Set your MPEG file to filetype &BF8 ("MPEG")
  59.     2. Double click on it (make sure !MPEG
  60.        has been seen by the filer first).
  61.  
  62.     Remember also, that the player doesn't run
  63.     directly (it runs when you double-click on
  64.     an MPEG file), so if you are getting funny
  65.     crashes when you run a file, check that
  66.     you have a reasonable amount of memory in
  67.     your 'Next' slot in the Task display.
  68.  
  69. (2) Where do I get MPEG files from?
  70.  
  71.     Try the following FTP sites:
  72.  
  73.     toe.cs.berkeley.edu (128.32.149.117)
  74.        in the directory /pub/multimedia/mpeg
  75.  
  76.     phoenix.oulu.fi (130.231.240.17)
  77.        in the directory /pub/mpeg
  78.  
  79.     Remember to ensure you are in 'binary'
  80.     mode before downloading any files.
  81.  
  82. (3) What about sound?
  83.  
  84.     As far as I know, the part of the MPEG standard
  85.     that deals with sound has not been completely
  86.     finalised as yet.  There is certainly no software
  87.     that supports it yet.  When the Berkeley sources
  88.     (which this port is based on) support it, then
  89.     I will.
  90.  
  91. (4) Why isn't it faster?
  92.  
  93.     The MPEG file decoding and decompression is
  94.     written in C.  The DCT (Discrete Cosine Transform)
  95.     compression method is pretty slow (have you tried
  96.     decoding a JPEG file lately!).  I have a few ideas
  97.     for speeding it up and I intend to implement these
  98.     eventually.
  99.  
  100. (5) How does this affect Replay?
  101.  
  102.     It doesn't.
  103.  
  104.     I've used the same colour translation/dithering tables
  105.     and methods as Replay (courtesy of Roger Wilson) but
  106.     that's pretty much as far as it goes.
  107.  
  108.